Leadtools.Annotations.Core Namespace > AnnObservableCollection<T> Class > AnnObservableCollection<T> Constructor : AnnObservableCollection<T> Constructor(IEnumerable<T>) |
public AnnObservableCollection<T>( IEnumerable<T> collection )
Public Function New( _ ByVal collection As IEnumerable(Of T) _ )
public AnnObservableCollection<T>( Windows.Foundation.Collections.IIterable //In WinRT the IEnumerableinterface is replaced by IIterable <T> collection )
function AnnObservableCollection( collection )